home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-09-22 | 371 b | 22 lines |
-
- OBJS = shutdown_library.o
-
- shutdown.library: $(OBJS)
- slink with <<
- LIBPREFIX _LIB
- LIBFD shutdown_lib.fd
- to shutdown.library
- FROM lib:libent.o lib:libinit.o $(OBJS)
- lib lib:sc.lib
- noicons
- SD
- libversion 2 librevision 3
- <
- slink from shutdown.library to libs:shutdown.library ND noicons
-
- clean:
- del \#?.o shutdown.library
-
- .c.o:
- sc libcode nostackcheck $<
-